-
Notifications
You must be signed in to change notification settings - Fork 619
Move contract overview page components to app router folder (No code changes) #5038
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Move contract overview page components to app router folder (No code changes) #5038
Conversation
|
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
This stack of pull requests is managed by Graphite. Learn more about stacking. Join @MananTank and the rest of your teammates on |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #5038 +/- ##
=======================================
Coverage 45.30% 45.30%
=======================================
Files 1059 1059
Lines 54707 54707
Branches 3954 3954
=======================================
Hits 24786 24786
Misses 29230 29230
Partials 691 691
*This pull request uses carry forward flags. Click here to find out more. |
size-limit report 📦
|
fd6599e to
22abbaf
Compare
Merge activity
|
…changes) (#5038) ## Problem solved Short description of the bug fixed or feature added <!-- start pr-codex --> --- ## PR-Codex overview This PR focuses on refactoring the structure of the dashboard components by relocating several components to a new directory structure under `apps/dashboard/src/app/(dashboard)/(chain)/[chain_id]/[contractAddress]/overview/components`. ### Detailed summary - Moved `NFTCards` import in `nfts-owned.tsx` to a new path. - Updated `NFTCards` import in `NFTDetails.tsx` to the new path. - Added `getAllRoleMembers` import in `PermissionsTable.tsx` from a new path. - Moved `getAllRoleMembers` import to a new path in `PermissionsTable.tsx`. - Added `useContractFunctionSelectors` import in `ContractChecklist.tsx` from a new path. - Moved `useContractFunctionSelectors` import to a new path in `ContractChecklist.tsx`. > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex -->
22abbaf to
52d89ce
Compare

Problem solved
Short description of the bug fixed or feature added
PR-Codex overview
This PR primarily focuses on reorganizing the code structure for the
contract-uicomponents, moving several components to a new directory structure underapps/dashboard/src/app/(dashboard)/(chain)/[chain_id]/[contractAddress]/overview/.Detailed summary
ContractOverviewPageinpage.tsx.NFTCardsimport innfts-owned.tsxto a new path.NFTDetailsto importNFTCardsfrom the new location.getAllRoleMembersinPermissionsTable.tsx.getAllRoleMembersimport to a new path inPermissionsTable.tsx.useContractFunctionSelectorsinContractChecklist.tsx.ContractChecklistto importuseContractFunctionSelectorsfrom the new path.